home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / man / lib.fmt / misc / sosp.man < prev    next >
Text File  |  1991-11-18  |  2KB  |  69 lines

  1.  
  2.  
  3.  
  4. sosp                  C Library Procedures                   sosp
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NNAAMMEE
  11.      initRead,  getHeader,   getNextRecord,   getNextRecordMerge,
  12.      migrateChildren  - Routines to extract trace events from the
  13.      sosp file system traces.
  14.  
  15. SSYYNNOOPPSSIISS
  16.      It's probably not worth  it  to  use  the  library  routines
  17.      directly.   Instead,  make  use of the example template that
  18.      calls them correctly.
  19.      ##iinncclluuddee <<ssoosspp..hh>>
  20.  
  21.      int
  22.      iinniittRReeaadd(_n_a_m_e, _a_r_g_c, _a_r_g_v)
  23.  
  24.      int
  25.      ggeettHHeeaaddeerr(_f_i_l_e, _h_d_r)
  26.  
  27.      int
  28.      ggeettNNeexxttRReeccoorrdd(_f_i_l_e, _b_u_f)
  29.  
  30.      Boolean
  31.      mmiiggrraatteeCChhiillddrreenn(_f_l_a_g_s)
  32.  
  33.      int
  34.      ggeettNNeexxttRReeccoorrddMMeerrggee(_b_u_f)
  35.  
  36. AARRGGUUMMEENNTTSS
  37.      char   *_n_a_m_e   (in)      Like argv[0] - the name of the pro-
  38.                               cess.
  39.  
  40.      int    _a_r_g_c    (in)      Number of elements in _a_r_g_v.
  41.  
  42.      char   **_a_r_g_v  (in/out)  The  arguments  to  the  tracer   -
  43.                               including  startTime  and  endTime,
  44.                               files to ignore events for  in  the
  45.                               traces  and  the list of trace file
  46.                               names.
  47.  
  48. _________________________________________________________________
  49.  
  50.  
  51. DDEESSCCRRIIPPTTIIOONN
  52.      The interface to this library is arcane.   Look  instead  at
  53.      the  template  program that calls it.  This program includes
  54.      comments for where you need to fill in your code.
  55.  
  56. KKEEYYWWOORRDDSS
  57.      traces, sosp, postprocessor
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65. Sprite v.1.0       Printed:  November 18, 1991                  1
  66.  
  67.  
  68.  
  69.